PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / appendFile Method / appendFile(String) Method
Path to PDF file to append.
In This Topic
    appendFile(String) Method
    In This Topic
    Appends a PDF file at the end of the document.
    Syntax
    public void appendFile( 
       java.lang.String fileName
    )

    Parameters

    fileName
    Path to PDF file to append.
    See Also